home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / pc / control.dxr / Scripts & Behaviors_13_QTVR Button.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  285 b   |  19 lines

  1. global gMonitorObj
  2.  
  3. on mouseDown
  4.   setLeft(gMonitorObj, "GALAXY LOOP")
  5.   updateStage()
  6.   set gBioValue to 1
  7.   ResetMonitors(gMonitorObj)
  8.   setCenter(gMonitorObj, "COMPLEX")
  9.   setRight(gMonitorObj, "STILL LOOP")
  10. end
  11.  
  12. on mouseEnter me
  13.   cursor(280)
  14. end
  15.  
  16. on mouseLeave me
  17.   cursor(0)
  18. end
  19.